home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 1122 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  993 b 

  1. Path: oxy.rust.net!usenet
  2. From: pgunn@mail.cbf.com (Paul Gunn)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Constructor Exceptions
  5. Date: Tue, 09 Jan 1996 13:23:46 GMT
  6. Organization: Rust Net - High Speed Internet in Detroit  810-642-2276
  7. Message-ID: <4ctqd9$cl7@oxy.rust.net>
  8. References: <4bud9g$pv5@oxy.rust.net> <4cbhcl$kst@dawn.mmm.com> <4ce0da$513@oxy.rust.net> <4cphqs$hlc@news.bridge.net>
  9. NNTP-Posting-Host: pgunn.cbf.com
  10. X-Newsreader: Forte Agent .99c/32.126
  11.  
  12. David Byrden <100101.2547@compuserve.com> wrote:
  13.  
  14.  
  15. >Can you tell me offhand whether 'new' in VC2.1 is actually freeing 
  16. >the heap memory of objects which throw?
  17.  
  18. I haven't done any testing on this yet. The documentation I quoted
  19. seems to indicate that it will not. 
  20.  
  21. However, there is a possibility that this documentation was a
  22. carry-over from the older MFC non-ansi exceptions. 
  23.  
  24. Given the applicable section of the draft standard which wa quoted
  25. here, I find it hard to believe that they would so cavalierly dismiss
  26. the issue.
  27.  
  28.  
  29.  
  30.